home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1999 January - Disc 2
/
Macworld (1999-01) (Disk 2).dmg
/
Serious Demos
/
Symbolic Composer 4.2
/
Environment
/
Projects
/
Testers
/
Drum Tester
< prev
next >
Wrap
Text File
|
1998-10-26
|
686b
|
34 lines
(def-orchestra 'orchestra
drums (hihat1 hihat2 snare bass riffsup)
)
(def-section-timesheet intro
with 1/1
tonality mt-32
drums "--------"
hihat1 "------- "
hihat2 "--------"
;
; beats
;
beat 1/16 ; !---!---!---!---!
hihat1 "----------------" '(h) with '(65 55 45 75)
hihat2 " - - - - - - - -" '(i) with '(65 55 45 75)
bass "- - - - -" '(a) with '(65)
snare " - - - - -" '(d) with '(65 55 65 75 75)
beat 1/8t
riffsup "------ " '(t r q) with '(30 40 50 60 70 80)
)
(def-channel
drums 10
)
(def-tempo 75)
(midiport :printer)
(play-file-p "drumtest"
drums '(intro)
)